Forum Activity for @michael

michael
@michael
05/27/18 03:48:59AM
7,819 posts

Creating Open Graph tags with Meta Tag Manager in JR


Using Jamroom

What you're after is the 'item_index_meta.tpl' file that is in most of the profile based modules. It has all the og:stuff tags and is included in the detail pages when the jrMeta module is active.

--edit--
and the 'item_detail_meta.tpl' for the detail pages.
updated by @michael: 05/27/18 03:49:25AM
michael
@michael
05/25/18 06:31:07PM
7,819 posts

The GDPR right to be forgotten - applies from May 25th 2018


Using Jamroom

researchcooperative:..... unless email consent is necessary to complete that service......
* User gives email address
* email is sent.
* account is not active until user clicks the link to create the acccout

email is necessary.

Maybe put a line of text in that email if you wanted to be extra sure "By clicking this link you agree to receive emails from us. Various types of emails are sent, you can control which you wish to receive from your NOTIFICATIONS tab on your account or opt of all emails from there too."

Feels to me like this is a way to approve internet censorship by the EU.
michael
@michael
05/25/18 04:47:34PM
7,819 posts

The GDPR right to be forgotten - applies from May 25th 2018


Using Jamroom

When the user puts their email address into the login form they are opting-in. From there they have fine grained control to opt-out of specific types of communication. That is a lot of control.
michael
@michael
05/25/18 03:23:56AM
7,819 posts

search engines and system names | what now seems to be ignored


Using Jamroom

jamroom.net doesnt use the pipe symbol though. It maybe a keyword term thing |

this | that | other | take | your | pick

??
michael
@michael
05/24/18 09:03:07PM
7,819 posts

Proxima Invalid Item owner


Proxima

There is a USERS ONLINE tab in the DASHBOARD area which has that info. If its not currently available via proxima, you may need to build a module to return the info. The session info is stored in the 'session' table
 $tbl = jrCore_db_table_name('jrUser', 'session');
probably called 'jr_jruser_session' in the db.

Examples of the SQL queries can be seen in the _jrUser_mysql_session_online_user_count() function in jrUser/include.php

Still haven't setup to debug this yet, but its my guess you're signing on with the admin keys, but then not changing the keys to the returned session value after the login step.

After you authenticate, copy the session_id into the password field.
session_id.jpg session_id.jpg - 95KB
michael
@michael
05/24/18 08:51:10PM
7,819 posts

Forcing users to re-login


Using Jamroom

All notifications are under the control of the user under their NOTIFICATIONS panel in their account settings. For you thats here:
https://www.jamroom.net/user/notifications/profile_id=1044/user_id=1039
michael
@michael
05/23/18 06:59:59PM
7,819 posts

1 Click Ban


Suggestions

what would the interface for that look like?
michael
@michael
05/23/18 05:17:43PM
7,819 posts

Error encountered while Loading Media URL


Design and Skin Customization

derrickhand300:
.......pd:1 Failed to load resource: the server responded with a status of 502 (Bad Gateway)
31/uploaded_video/stream/video_file/31/key=1/file.m4v:1 Failed to load resource: net::ERR_CONTENT_DECODING_FAILED
bad-oilfield-accidents:1 Uncaught (in promise) DOMException: Failed to load because no supported source was found.
The url that causes this error plays the video? It seams to be saying there was nothing to play.
michael
@michael
05/23/18 01:45:02AM
7,819 posts

Proxima Invalid Item owner


Proxima

I'll need to get setup to debug this, haven't used proxima in a while.

My first though is: I don't think you're logged in.

If you are logged in as an admin level user I would expect jrProximaCore_get_client_access_level() to return 'master'.

Got to go out for a bit now, but will get setup to figure it out.
michael
@michael
05/22/18 11:21:09PM
7,819 posts

Proxima Invalid Item owner


Proxima

could you copy+paste the wording you receive as an error.

Thanks.

--edit--
When you're logging in, you're logging in as a master admin user too right?
updated by @michael: 05/22/18 11:24:25PM
  127